home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / MRAC / Symbols / s-variation < prev   
Text File  |  1998-08-11  |  820b  |  22 lines

  1. s-variation seed step exclude consecutive-repeat type count symbols
  2.  
  3. type: c = cluster, s = step (melody), r = random
  4.  
  5. (s-variation .4256 2 nil 1 'c 5 '(abef defhi abc))
  6. => ((a f ef b e) (efhi hi efh dfhi hi) (b ab bc ac a))
  7.  
  8. (s-variation .4256 1 '(1 4) 1 'c '(5 7 3) '(abef defhi abc))
  9. => ((ab ef ab ef ab) (hi ef de hi de def hi) (bc ab bc))
  10.  
  11. (s-variation .4256 1 '(1 4) 1 's '(5 7 3) '(abef defhi abc))
  12. => ((a b e f a) (h i e f d e h) (b c a))
  13.  
  14. (s-variation .4256 2 '(3 4 5) 2 'c '(5 7 3) '(abef defhi abc))
  15. => ((a a f f ef) (hi h e e ef ef e) (b ab c))
  16.  
  17. (s-variation .4256 nil nil 1 '(c c s) '(5 7 3) '(abef defhi abc))
  18. => ((a bf bef ae af) (fhi h dhi di fhi df e) (b a b))
  19.  
  20. (s-variation .4256 2 '(3 4 5) 1 '(c c s) '(5 7 3)
  21.              '((a b e f) (d e f h i) (a b c)))
  22. => ((a f ef b e) (hi h e ef e d hi) (b a b))